ALCO USA Inc | CLI Install

macOS: paste into Terminal. sudo may ask for your Mac administrator password. For unattended RMM execution, run as root and omit sudo. macOS privacy and Action1 secure-token authorization may still require a person.

Downloads, checks SHA-256, extracts, and runs the installer silently.

sudo /bin/bash -c 'set -e; f=$(mktemp /private/tmp/alco-bootstrap.XXXXXXXX); trap '"'"'rm -f "$f"'"'"' EXIT; curl -fsSL --proto "=https" --proto-redir "=https" https://access.alcohq.com/cli/install-macos.sh -o "$f"; test "$(shasum -a 256 "$f" | cut -d " " -f 1)" = "199672c506c66f0b2e1689a63f07c978950f5170d6f58fc8b82a1814bc85af4b"; /bin/bash "$f"'
